testing.common.duration (field)
18 uses
testing (current package)
benchmark.go#L137: b.duration += time.Since(b.start)
benchmark.go#L164: b.duration = 0
benchmark.go#L196: b.previousDuration = b.duration
benchmark.go#L310: for n := int64(1); !b.failed && b.duration < d && n < 1e9; {
benchmark.go#L315: prevns := b.duration.Nanoseconds()
benchmark.go#L337: b.result = BenchmarkResult{b.N, b.duration, b.bytes, b.netAllocs, b.netBytes, b.extra}
fuzz.go#L411: dstr := fmtDuration(f.duration)
fuzz.go#L654: root.duration += time.Since(root.start)
fuzz.go#L655: d := root.duration
fuzz.go#L667: f.duration += time.Since(f.start)
fuzz.go#L682: f.duration += time.Since(cleanupStart)
testing.go#L516: duration time.Duration
testing.go#L1247: t.duration += time.Since(t.start)
testing.go#L1380: root.duration += time.Since(root.start)
testing.go#L1381: d := root.duration
testing.go#L1395: t.duration += time.Since(t.start)
testing.go#L1409: t.duration += time.Since(cleanupStart)
testing.go#L1755: dstr := fmtDuration(t.duration)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)